ActiveDatabaseSoftware.ActiveQueryBuilder Namespace > MetadataSelection<T> Class > FindIndex Method : FindIndex(String) Method |
'Declaration Public Overloads Function FindIndex( _ ByVal name As System.String _ ) As System.Integer
'Usage Dim instance As MetadataSelection(Of T) Dim name As System.String Dim value As System.Integer value = instance.FindIndex(name)
public System.int FindIndex( System.string name )
public: System.int FindIndex( System.string* name )